home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000303_news@columbia.edu _Fri Nov 26 13:03:13 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA13978
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 26 Nov 1999 13:03:13 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id MAA16206
  7.     for kermit.misc@watsun.cc.columbia.edu; Fri, 26 Nov 1999 12:44:08 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: spam@address.invalid (David Stone)
  10. Subject: Re: C-Kermit 7.0 and text file transfer on RH 6.1
  11. Date: Fri, 26 Nov 1999 12:38:04 -0500
  12. Organization: University of Toronto Chemistry
  13. Message-ID: <spam-2611991238050001@csgmac.chem.utoronto.ca>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <81me4e$dpq$1@newsmaster.cc.columbia.edu>,
  17. fdc@watsun.cc.columbia.edu (Frank da Cruz) wrote:
  18. > I'd need more details.  When a file is sent in text mode from Unix to
  19. > Macintosh, here is what happens: each Unix end-of-line, which is 
  20. > linefeed, is converted to CRLF (carriage-return+linefeed, the canonical
  21. > representation for line-end on the wire); the Macintosh is supposed to
  22. > convert these to CR.  So the obvious questions are:
  23. >  1. Do the Unix lines really end with LF?
  24.  
  25. Is there a utility that will let me check this on the Linux box?
  26.  
  27. >  2. Is the file really being transferred in text mode?
  28.  
  29. As far as I can tell: certainly, the local client thinks it is receiving
  30. in text mode, and the previous remote host sent in text mode. Is there
  31. a command in Kermit to display the current settings for file transfers?
  32.  
  33. >  3. What software is receiving the file on the Macintosh?
  34.  
  35. A rather ancient copy of VT-Pro, for obscure (and mostly political)
  36. reasons. The actual sequence is Mac IIx via dedicated serial connection
  37. to serial/modem hub to Linux box via TCP/IP.
  38.  
  39. > To address (1) in case these are not normal Unix text files, you can
  40. > use the new SET FILE EOL command to tell Kermit how to detect end of line
  41. > in the source file.
  42.  
  43. Well, I can at least play with that in the meantime!
  44.  
  45. -- 
  46. David Stone  (post here if you need to contact me by email)